-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move feat from %sqlrender to %sqlcmd snippets #681
Move feat from %sqlrender to %sqlcmd snippets #681
Conversation
Closed the original PR and created a new PR due to the change in cmd functions location. The original PR is here. Unresolved questions from the previous PR's comments
|
yes, let's remove it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Added some comments. Please also make sure to remove the %sqlrender
guide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address the observations from the existing reviewers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
@edublancas I made the change (deleting double space in the |
print(chinstrap_sub_snippet) | ||
``` | ||
|
||
This returns the stored snippet `chinstrap_sub`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this add some sentence like, Now, let's look at you to delete stored snippets
.
Please verify any doc changes using Grammarly for typos/ syntax issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please click the Resolve Conversation
button whenever you resolve a review comment
doc/api/magic-snippets.md
Outdated
%sqlcmd snippets -d gentoo | ||
``` | ||
|
||
This deletes the stored snippet `gentoo`. | ||
|
||
To demonstrate `force-delete` let's create a snippet dependent on `chinstrap` snippet. | ||
To demonstrate `force-delete` let's first confirm there is a snippet dependent on `chinstrap` snippet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't confirm whether chinstrap_sub
is dependent on chinstrap
. It just displays the available snippets.
Maybe just mention, we have created the chinstrap_sub which is dependent on chinstrap. To delete chinstrap we need to use force-delete
(please rephrase as needed)
In the given example, we demonstrated JupySQL's usage as a tool for managing large SQL queries in Jupyter Notebooks. It effectively broke down a complex query into smaller, organized parts, simplifying the process of analyzing a record store's sales database. By using JupySQL, users can easily maintain and reuse their queries, enhancing the overall data analysis experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What exactly changed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved features, added FutureWarning, update API Reference documentation, modified test functions update changelog update changelog for #647 Update CHANGELOG.md documentation change of moving sqlrender feature manually relocating changes resolving docs build failed lint fixing readthedocs remove invalid snippet from documenation subquery and more detailed error message added lint change in formatting update toc ci using pretty_print ci delete double space from magic-snippet Update CHANGELOG.md change in documention ci
Move feat from %sqlrender to %sqlcmd snippets (ploomber#681)
Describe your changes
Moved
%sqlrender
feature to@sqlcmd snippets
, added FutureWarning to%sqlrender
, updated documentations, and modified test functions to use@sqlcmd snippets
Issue number
Closes #647
Checklist before requesting a review
pkgmt format
📚 Documentation preview 📚: https://jupysql--681.org.readthedocs.build/en/681/